-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PM-1214] device management screen #12455
base: main
Are you sure you want to change the base?
Conversation
No New Or Fixed Issues Found |
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #12455 +/- ##
=======================================
Coverage 33.73% 33.73%
=======================================
Files 2918 2919 +1
Lines 91001 91071 +70
Branches 17201 17217 +16
=======================================
+ Hits 30696 30724 +28
- Misses 57905 57947 +42
Partials 2400 2400 ☔ View full report in Codecov by Sentry. |
I could use help on a few things I'm unsure of on this PR:
|
…b.com/bitwarden/clients into auth/pm-1214/device-management-screen
libs/common/src/auth/services/device-trust.service.implementation.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is looking great! I've got a few UI suggestions and some minor clean up items below:
apps/web/src/app/auth/settings/security/device-management.component.html
Show resolved
Hide resolved
apps/web/src/app/auth/settings/security/device-management.component.html
Outdated
Show resolved
Hide resolved
apps/web/src/app/auth/settings/security/device-management.component.html
Outdated
Show resolved
Hide resolved
apps/web/src/app/auth/settings/security/device-management.component.ts
Outdated
Show resolved
Hide resolved
apps/web/src/app/auth/settings/security/device-management.component.ts
Outdated
Show resolved
Hide resolved
{ | ||
path: "device-management", | ||
component: DeviceManagementComponent, | ||
data: { titleId: "devices" }, | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JaredSnider-Bitwarden Per this convo w/ Todd I think we're going to test this on the feature branch? https://bitwarden.atlassian.net/browse/PM-1214?focusedCommentId=80794 I've removed the feature flag here: 3ed12c6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, ok. I'm sorry for leading you in the wrong direction with this comment. I forgot that was decided.
libs/common/src/auth/abstractions/devices/devices.service.abstraction.ts
Outdated
Show resolved
Hide resolved
libs/common/src/auth/services/devices-api.service.implementation.spec.ts
Outdated
Show resolved
Hide resolved
…known" platform correctly
apps/web/src/app/auth/settings/security/device-management.component.html
Outdated
Show resolved
Hide resolved
<i | ||
class="bwi bwi-question-circle tw-flex tw-items-center tw-h-4 tw-w-4 bwi-color-primary" | ||
aria-hidden="true" | ||
></i> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a corresponding link/popover text for this question mark icon?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have an open question re. that on the FIgma: https://www.figma.com/design/girHiInJR1CRjLYvXQDIEl?node-id=3411-81480#1076109108
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alec-livefront , everything is looking solid here! Just waiting on this last item before approval!
🎟️ Tracking
https://bitwarden.atlassian.net/browse/PM-1214?atlOrigin=eyJpIjoiOGUyMGIwODJmODQwNDlkMjlhZmFhZDYxNmVjN2EyZGEiLCJwIjoiaiJ9
📔 Objective
Adds a device management tab under settings -> security. Allows a user to manage the devices of their account by approving them, logging them out or deleting them.
📸 Screenshots
GMT20241220-201106_Clip_Alec.Rippberger.s.Clip.12_20_2024.mp4
⏰ Reminders before review
🦮 Reviewer guidelines
:+1:
) or similar for great changes:memo:
) or ℹ️ (:information_source:
) for notes or general info:question:
) for questions:thinking:
) or 💭 (:thought_balloon:
) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion:art:
) for suggestions / improvements:x:
) or:warning:
) for more significant problems or concerns needing attention:seedling:
) or ♻️ (:recycle:
) for future improvements or indications of technical debt:pick:
) for minor or nitpick changes